home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / overm82.zip / BTBATS.ZIP / BINKLEY.EVT < prev    next >
Text File  |  1990-02-19  |  2KB  |  40 lines

  1. ; ----------------------------------------------------------------------------
  2. ; BINKLEY.EVT - Event File for BinkleyTerm 2.30
  3. ; ----------------------------------------------------------------------------
  4. ;
  5. ; First event runs up to NMH (normal BBS operation)
  6. ;
  7. ;   Allow BBS opertation           - B
  8. ;   Continuous mail only           - C
  9. ;   No long distance               - L=0
  10. ;   No file requests               - N
  11. ;   Don't exit at start
  12. ;   Process mail only if received
  13. ;
  14. ; Second event runs during NMH
  15. ;
  16. ;   No file requests               - N
  17. ;   Don't send file requests       - X
  18. ;   Long dist OK that's < $0.50    - L<50
  19. ;
  20. ; Third event is just like the first event, but it adds the RENUM
  21. ; parameter to the MAIL batch file.  At the start of this event,
  22. ; messages are renumbered.  This happens once a day.
  23. ;
  24. ; Fourth event runs 5:00PM 'till midnight
  25. ;
  26. ;   (same as first event)
  27. ;
  28. ; Every time a new event is started, the mail areas are scanned
  29. ; to see if anything new needs to be sent out.  Thus, the 6:00 PM
  30. ; event, just for mail cleanup.  The command line parameter "shell"
  31. ; is added to the MAIL.BAT batch file invokation line, so that it
  32. ; knows it's being invoked as a Binkley shell, and it won't try to
  33. ; reinvoke Binkley within the shell.
  34. ;
  35. Event All 00:00 03:50  "shell"       B C L=0 N    ; Midnight-> 3:50 AM
  36. Event All 03:50 05:10  "shell"       N X L<100    ; During NMH
  37. Event All 05:10 18:00  "renum shell" B C L=0 N    ; 5:10 AM -> 6:00 PM
  38. Event All 18:00 23:59  "shell"       B C L=0 N    ; 6:00 PM -> Midnight
  39. ;
  40.